Package com.cisco.pt.ipc.sim
Interface IsatapClient
- All Known Implementing Classes:
IsatapClientImpl
Information provided by the PKI file:
\class IsatapClient
\brief IsatapClient is the class that handles the ISATAP client.
\example network().getDevice("PC0").getProcess("IsatapClient")
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:Information provided by the PKI file:booleanInformation provided by the PKI file:voidsetEnabled(boolean flag) Information provided by the PKI file:booleanInformation provided by the PKI file:voidInformation provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
setIsatapRouter
Information provided by the PKI file:
\brief Sets the ISATAP router IP address. \param ip, the IP address of the ISATAP router. \return bool, true if successful, otherwise false.- Parameters:
ip- Takes in a parameter of ip- Returns:
- boolean Returns a boolean
-
getIsatapRouter
IPAddress getIsatapRouter()Information provided by the PKI file:
\brief Returns the IP address of the ISATAP router. \return ip, the IP address of the ISATAP router.- Returns:
- IPAddress Returns a IPAddress
-
getPrefix
IPAddress getPrefix()Information provided by the PKI file:
\brief Returns the subnet prefix. \return ip, the the subnet prefix.- Returns:
- IPAddress Returns a IPAddress
-
setPrefix
Information provided by the PKI file:
\brief Sets the subnet prefix. \param ip, the subnet prefix.- Parameters:
prefix- Takes in a parameter of prefix
-
isEnabled
boolean isEnabled()Information provided by the PKI file:
\brief Returns true if the ISATAP client is enabled, otherwise false. \return bool, true if the ISATAP client is enabled, otherwise false.- Returns:
- boolean Returns a boolean
-
setEnabled
void setEnabled(boolean flag) Information provided by the PKI file:
\brief Enables or disables the ISATAP client \param flag, true to enable the ISATAP client, false to disable it.- Parameters:
flag- Takes in a parameter of flag
-